home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / scitech / mtl11 / changes < prev    next >
Encoding:
Text File  |  1994-03-08  |  2.4 KB  |  60 lines

  1.                     Log of changes for the MegaToolbox
  2.                     ----------------------------------
  3.  
  4. Version 1.1 (8 March 1994)
  5.  
  6.     - Added support for 32 bit protected mode (not released with this
  7.       version).
  8.  
  9.     - Added support for Symantec C++ in 16 bit real mode.
  10.  
  11. Version 1.0 (30 December 1993)
  12.  
  13.     - Support has been added for MSC 6.0 libraries.
  14.  
  15.     - Library has now all been compiled for the 386, and only supports the
  16.       large memory model. The entire library is being ported to run under
  17.       protected mode DOS (under emx) and under OS/2 2.x, so the large
  18.       model was chosen to simplify porting considerations.
  19.  
  20.     - Added routines to suspend and resume operation of the mouse and
  21.       event modules, to allow shelling to DOS etc.
  22.  
  23.     - Changed the event handling routines to mask out the BIOS special
  24.       shift/ctrl/alt scancode values and to convert them to normal scancode
  25.       values, using the modifier flags to identify special key combinations.
  26.  
  27.     - Changed the handling of MOUSEMOVE events. Now there will only be
  28.       a maximum of one mouse movement event in the queue at a time, so
  29.       the event queue will not become satured by movement events.
  30.  
  31.     - Fixed keyboard event handling so that spurious KEYUP events are
  32.       not generated by modifier keys, CAPSLOCK, NUMLOCK etc.
  33.  
  34. Version 1.0b3 - Third beta test release
  35.  
  36.     - Fixed bug involving new TIMERTICK event. Forgot to re-install the
  37.       old timer tick ISR upon program exit.
  38.  
  39.     - Added code to check for 80x87 emulation software installed on INT 7.
  40.       Should now report no-copro with emulators such as FRANKIE.387.
  41.  
  42. Version 1.0b2 - Second beta test release
  43.  
  44.     - Fixed a bug in the mouse library that prevented the MS_constrain
  45.       routine from working correctly.
  46.  
  47.     - Changed the keyboard event handling routines to post KEYDOWN,
  48.       KEYREPEAT and KEYUP events to the event queue. Thus you can now
  49.       filter auto-repeat keypresses from real user keypresses, and
  50.       determine when a key is released.
  51.  
  52.     - Added a new TIMERTICK event to the event library. This event can
  53.       be scheduled to be posted at periodic intervals.
  54.  
  55.     - Modified the support for EGA/VGA 43/50 line modes. Now you can
  56.       explictly select 43 line mode on the VGA or the standard 50 line
  57.       mode.
  58.  
  59. Version 1.0b1 - First beta test release
  60.